EXERCISE 6: Let's finish our refactor by adding a display to see how many circles we create!
- Go to and drag in Integer Variable below num3.
- Delete the number after the =, and make it so my_var stores the sum of num1, num2, and num3.
- Inside , drag in Variable Display to the bottom of your program.
- Change the arguments in your three create_circles() function calls to change what we see on the stage!
To navigate the page using the TAB key, first press ESC to exit the code editor.